From: Richard M. Stallman Date: Fri, 4 Mar 1994 04:38:06 +0000 (+0000) Subject: (system-key-alist): Fix the code value for `remove'. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~92866 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=acc8cdd2122a8575526d8e06f586b63c4b600e80;p=emacs.git (system-key-alist): Fix the code value for `remove'. --- diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el index 1c1b8926822..edbf3cbb005 100644 --- a/lisp/term/x-win.el +++ b/lisp/term/x-win.el @@ -522,8 +522,8 @@ This returns ARGS with the arguments that have been processed removed." (65395 . deletechar) (65396 . backtab) (65397 . kp-backtab) - ;; This is used on some system or other. - (0 . remove) + ;; This is used by DEC's X server. + (65280 . remove) ;; These are for Sun. (392976 . f35) (392977 . f36)